home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imaginext Pirate Activity
/
ImaginextPirateActivityCD.iso
/
Pirate Raider
/
piratedemo.dxr
/
Lingo_7.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-05-30
|
166 b
|
13 lines
global FirstBattle, SndMgr
on beginSprite me
if FirstBattle then
FirstBattle = 0
SndMgr.dlg("VocDemo11")
end if
end
on exitFrame me
go(the frame)
end